See this link for info: http://peterdowns.com/posts/first-time-with-pypi.html

Upload source distribution and documentation
* python setup.py register
* python setup.py sdist upload
* python setup.py sdist upload_docs

Make documentation for local use from within the doc directory
* make html
